home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1998 June / Software of the Month Club 1998 June.iso / pc / dos / edu / mapit20 / day.sim < prev    next >
Text File  |  1998-04-15  |  697b  |  27 lines

  1. ; day.sim  -  Examine Stationary Orbits after a day - type 9. 
  2. Output DBF: C:gps
  3.  
  4. ; Uncomment the next line and zoom to 300 at 0 0 to view end
  5. ; positions of different days.
  6. ;start at 01-01-70,23:30  delta time 60
  7.  
  8. ;stop at 01-01-70,23:56:05       ; sidereal day
  9. stop at 01-02-70                ; 24 hour day.
  10. ;stop at 01-02-70,0:3:57         ; mean solar day?
  11. simulation rate 1000
  12.  
  13.  
  14. 0  DEFINE SOLAR  0 0
  15.         period 24
  16.         COLOR 7  heading 90
  17.  
  18. 0  DEFINE SUN  0 0
  19. ;        period 1-1-71,5:48:46   ; topical year
  20.         fixed                   ; to stars.  0 velocity
  21.         COLOR 15  heading 270
  22.  
  23. 0  DEFINE GEO  0 0
  24.         geosynchronous  COLOR 4  heading 90
  25.  
  26.  
  27.